gtk/meson.build: Fix linking on Visual Studio 2013
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 22 May 2021 14:11:05 +0000 (22:11 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 24 May 2021 02:30:34 +0000 (10:30 +0800)
commit943559da671fa7db29f7659fc8a216edeeacfda5
tree2bf52f25f0c162897fa2608140c082f62e649b1e
parent21057fb85750b5375b9acd0ff13965c73f551972
gtk/meson.build: Fix linking on Visual Studio 2013

Visual Studio 2013's linker does not suport `/WHOLEARCHIVE:`, so just
explicitly extract the objects from the static libraries that will
form the final GTK DLL.
gtk/meson.build